home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
LANDER.SWF
/
scripts
/
DefineSprite_296
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-11-29
|
150b
|
13 lines
stop();
onEnterFrame = function()
{
if(_root.proximity < 100)
{
play();
}
else
{
gotoAndStop("start");
}
};